home *** CD-ROM | disk | FTP | other *** search
- # -------------------------------------------------------
- # Die Bibliothek mit den CommandLists
- # (C) COPYRIGHT 2000 RADONLABS GMBH
- #
- # Da zu jeder Situation ganz bestimmte Listen ausgewaehlt
- # werden sollen, sollten diese auch in spezial benannten
- # Verzeichnissen liegen. Das ist ein Mehraufwand, aber
- # so bleibt es uebersichtlich.
- # -------------------------------------------------------
-
- # erstmal ne einfache Root
- sel /
- new nroot commandlists
- sel commandlists
-
- # Dann alle Spezialbibliotheken einlesen.
- source $nomads_home/scripts/commandlists/airplane_attack.tcl
- source $nomads_home/scripts/commandlists/airplane_attackstatic.tcl
- source $nomads_home/scripts/commandlists/airplane_avoidcollision.tcl
- source $nomads_home/scripts/commandlists/airplane_gotogarage.tcl
- source $nomads_home/scripts/commandlists/airplane_formation.tcl
- source $nomads_home/scripts/commandlists/vehicle_goto.tcl
- source $nomads_home/scripts/commandlists/bomber_goto.tcl
- source $nomads_home/scripts/commandlists/sammler_avoidcollision.tcl
- source $nomads_home/scripts/commandlists/sammler_gotogarage.tcl
- source $nomads_home/scripts/commandlists/missile_goto.tcl
- source $nomads_home/scripts/commandlists/guidedmissile_goto.tcl
- source $nomads_home/scripts/commandlists/flak_reach.tcl
-
- sel ..
-